home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / misc / egs.lha / EGS / EGS_Devels / Examples / EGS_Gadget / includes.c < prev   
C/C++ Source or Header  |  1993-02-17  |  1KB  |  56 lines

  1. /*
  2.  * Extra Amiga-Includes
  3.  */
  4. #include <stdio.h>
  5. #include <stdlib.h>
  6. #include <string.h>
  7. #include <dos/dos.h>
  8. #include <exec/memory.h>
  9. #include <proto/dos.h>
  10. #include <proto/exec.h>
  11. /*
  12.  * These are all EGS-Includes
  13.  *
  14.  */
  15.  
  16. #include <egs/egs.h>
  17. #include <egs/egsblit.h>
  18. #include <egs/egslayers.h>
  19. #include <egs/egsgfx.h>
  20. #include <egs/egsintui.h>
  21. #include <egs/egsgadbox.h>
  22. #include <egs/egsrequest.h>
  23. #include <egs/egb/gbmenuselect.h>
  24. #include <egs/egb/gbradio.h>
  25. #include <egs/egb/gbscrollbox.h>
  26. #include <egs/egb/gbselect.h>
  27. #include <egs/egb/gbsets.h>
  28. #include <egs/egb/gbtextinfo.h>
  29.  
  30. /*
  31.  * Include Pragma-Files
  32.  */
  33.  
  34. /* see in protos */
  35.  
  36. /*
  37.  * Include Proto-Files
  38.  */
  39.  
  40. #include <egs/proto/egs.h>
  41. #include <egs/proto/egsblit.h>
  42. #include <egs/proto/egslayers.h>
  43. #include <egs/proto/egsgfx.h>
  44. #include <egs/proto/egsintui.h>
  45. #include <egs/proto/egsgadbox.h>
  46. #include <egs/proto/egsrequest.h>
  47. #include <egs/proto/gbmenuselect.h>
  48. #include <egs/proto/gbradio.h>
  49. #include <egs/proto/gbscrollbox.h>
  50. #include <egs/proto/gbselect.h>
  51. #include <egs/proto/gbsets.h>
  52. #include <egs/proto/gbtextinfo.h>
  53.  
  54. /*
  55. */
  56.